Version

AddChart(ChartType,WorksheetCell,PointF,WorksheetCell,PointF,Action<WorksheetChart>) Method

Adds a chart to the collection with the specified bounds.
Syntax

Parameters

chartType
The type of chart to add to the collection.
topLeftCornerCell
The cell where the top-left corner of the shape resides.
topLeftCornerPosition
The position in the topLeftCornerCell of the shape's top-left corner, expressed in percentages.
bottomRightCornerCell
The cell where the bottom-right corner of the shape resides.
bottomRightCornerPosition
the position in the bottomRightCornerCell of the shape's bottom-right corner, expressed in percentages.
chartInitializer
An optional callback for initializing the chart before it is added to the collection.

Return Value

A WorksheetChart-instance.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionchartType is not defined in the Infragistics.Documents.Excel.Charts.ChartType enumeration.
System.InvalidOperationExceptiontopLeftCornerCell or bottomRightCornerCell is null.
System.InvalidOperationExceptiontopLeftCornerCell and bottomRightCornerCell belong to different worksheets or a worksheet other than the worksheet to which this collection belongs.
System.InvalidOperationExceptionif a chart is being added to the Shapes collection of another Chart is null.
System.InvalidOperationExceptionif a Workbook.CurrentFormat doesn't support Chart mofications, e.g. 'Excel97To2003' or 'Excel97To2003Template'.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also